home *** CD-ROM | disk | FTP | other *** search
/ NetObjects Fusion 7 / Fusion7.iso / NetObjects Fusion / data1.cab / QuickStart / struc&nav_v3.swf / scripts / DefineButton2_195 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2002-10-18  |  101 b   |  8 lines

  1. on(press){
  2.    tellTarget("next")
  3.    {
  4.       gotoAndStop("arrowDownRep");
  5.       play();
  6.    }
  7. }
  8.